home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MISC / SHELL.ARC / Shell / h / Redraw2 < prev    next >
Encoding:
Text File  |  1994-05-07  |  407 b   |  19 lines

  1. #ifndef __Shell_Redraw2_h
  2. #define __Shell_Redraw2_h
  3.  
  4. #ifndef __Shell_Shell_h
  5. #include "Shell.Shell.h"
  6. #endif
  7.  
  8. void Shell_WindRedraw2(
  9.     wimp_rect        *workrect,
  10.     Shell_convertpoint    convert,
  11.     Shell_windblock        *wind
  12.     );
  13.     /* This fn redraws the specified region of wind. It is called by Shell's main    */
  14.     /* event_REDRAW handler in GFX.c, and also by PlainRect save-as-sprite         */
  15.     /* function.                                    */
  16.  
  17. #endif
  18.  
  19.